Typo fix.
authoroliskoli <oliskoli>
Wed, 13 Dec 2006 21:56:41 +0000 (21:56 +0000)
committeroliskoli <oliskoli>
Wed, 13 Dec 2006 21:56:41 +0000 (21:56 +0000)
jeeps/gpsusbstub.c

index b42d7091a25e54ad2f3111d1242c80bb9dabac32..060bab4222c86b174ed21d37d916443e4820c7c6 100644 (file)
@@ -24,7 +24,7 @@
 #include "../defs.h"
 #if !HAVE_LIBUSB 
 
-const char no_usb[] = "USB suport is not available in this build.\n";
+const char no_usb[] = "USB support is not available in this build.\n";
 
 int
 gusb_init(const char *portname)